Installing an Application in Silent Mode (Deprecated) |
|
Before you begin this task:
Create a template with Installation inputs. This template can be created during the installation of applications.
You can also load the applications in silent mode on Process Platform from command prompt. This will avoid navigating through any of the user interface screens.
- Run the Process Platform Baseline installation. Refer Process Platform Installation guide for more information.
Note:
Ensure that OpenText Process Suite Platform (<instance name>) is running on your system. - Access and retrieve the template with installation inputs, which is created with the key details.
- Modify the template as per the following steps:
- Modify the timeout in the root node <isvpcommand/> to set the timeout while installing applications.
- Set skip attribute to "true" on <isvp/> node for the applications that are to be ignored during installation.
- Add or remove application entries based on your need. To install an application, copy the complete <isvp> node and modify the information within it.
- Edit the <url> tag to indicate the computer name from where the required application will be installed.
- In the command line, change the working directory to <Process_Platform_Installation_Directory>\Lib and run the following Java command:
java -cp <Install Dir>\cordyscp.jar com.cordys.isvp.tool.ISVPCommand -r <Path of the application loading template file>
The application package is installed in the silent mode.